home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Complete Work of Mahatma Gandhi
/
The Complete Work of Mahatma Gandhi-CD interactive.iso
/
mac
/
Ganmac
/
e0000.cst
/
00083_Script_to concept
< prev
next >
Wrap
Text File
|
1999-09-22
|
361b
|
15 lines
on mouseUp
set yy to the clickon
if yy > 0 then
set xx to the name of member(the membernum of sprite yy) of castLib "e0000.cst"
set the membernum of sprite yy to the number of member ("r"&xx) of castLib "e0000.cst"
updateStage
-- sound fadeOut 2,30
sound stop 2
go to frame xx of movie "concept"
end if
end